Skip to content

Bump vm_service to 7.4.0 #1445

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 11, 2021
Merged

Conversation

kenzieschmoll
Copy link
Contributor

No description provided.

@@ -1036,6 +1036,15 @@ ${globalLoadStrategy.loadModuleSnippet}("dart_sdk").developer.invokeExtension(
Future<Breakpoint> setBreakpointState(
String isolateId, String breakpointId, bool enable) =>
throw UnimplementedError();

@override
Future<UriList> lookupPackageUris(String isolateId, List<String> uris) =>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are these supposed to return? We may be able to implement it fairly easy.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

definitions are here: https://github.com/dart-lang/sdk/blob/main/pkg/vm_service/lib/src/vm_service.dart#L927-L956. I'm only creating this PR because dwds is blocking the DevTools internal roll. Would it be acceptable to file a bug and add it as a TODO here?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah we should open a tracking issue. I'm fine moving forward to unblock the roll. cc @annagrin and @elliette

@kenzieschmoll kenzieschmoll merged commit e0ffb5e into dart-lang:master Nov 11, 2021
@kenzieschmoll kenzieschmoll deleted the vmservice branch November 11, 2021 21:10
elliette pushed a commit to elliette/webdev that referenced this pull request Nov 23, 2021
* Bump vm_service to 7.4.0

* add todos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants